Welcome![Sign In][Sign Up]
Location:
Search - canny edge

Search list

[Special Effectsfile4

Description: 30个图像处理的VC++ 源代码,包括256色转灰度图,Hough变换,image_j1,PCA,Walsh变换,对比度拉伸,二值化变换,反色, 方块编码,傅立叶变换,高斯平滑,灰度均衡,均值滤波,拉普拉斯锐化(边缘检测), 离散余弦变换,亮度增减,逆滤波处理,取对数,取指数,梯度锐化,图象处理,图像镜像, 图像平移,图像缩放,图像细化,图像旋转,维纳滤波处理,用Canny算子提取边缘,阈值变换,直方图均衡.-30 image processing VC++ Source code, including 256 colors to grayscale, Hough transform, image_j1, PCA, Walsh transform, contrast stretching, binarization transformation, anti-color, box encoding, Fourier Transform , Gaussian smoothing, gray balance, mean filter, Laplacian sharpening (edge detection), discrete cosine transform, the brightness increases and decreases in inverse filtering deal, check on the number of check index, the gradient sharpening, image processing, mirror image, image translation, image scaling, image thinning, image rotation, Wiener filtering treatment using Canny edge extraction operator, threshold transform, histogram equalization.
Platform: | Size: 4076544 | Author: sunjunling | Hits:

[Special Effectsxiaobobianhuan

Description: 包括Canny边缘检测算子、罗伯特(Roberts)边缘检测算子、索伯尔(Sobel)边缘检测算子、普瑞维特(Prewitt)边缘检测算子、克瑞斯(Krisch)边缘检测算子和高斯-拉普拉斯(LoG-Laplacian)算子等。-Includes Canny edge detection operator, Robert (Roberts) edge detection operator,索伯尔(Sobel) edge detection operator,普瑞维特(Prewitt) edge detection operator, Chris (Krisch) edge detection operator and Gauss- Laplace (LoG-Laplacian) operator and so on.
Platform: | Size: 261120 | Author: 楚风云 | Hits:

[Windows Developlianma

Description: 本程序中提供了CANNY算子提取边缘,并获得边缘连码的简单实现.-This procedure provides a Canny edge extraction operator, and the edge of even a simple code to achieve.
Platform: | Size: 116736 | Author: hezhongsheng | Hits:

[Graph programCannysuanzi

Description: 用canny算子进行边缘检测,误判率低,定位精度高,能很好的抑制虚假边缘-By canny edge detection operator, the low rate of miscarriage of justice, the high positioning accuracy can be a very good suppression of false edge
Platform: | Size: 3506176 | Author: 谭园芳 | Hits:

[Graph programCanny

Description: 本程序为用canny算法进行图像的边缘提取,效果较好-This procedure using canny algorithm image edge extraction, effect better
Platform: | Size: 162816 | Author: jackmi | Hits:

[OtheropencvcannydetectEdect

Description: 基于opencv的canny边缘检测 ,在界面上有一个滚动条,可以选择检测的阈值的大小-Opencv on the canny edge detection, in the interface has a scroll bar, you can choose to detect the size of the threshold
Platform: | Size: 564224 | Author: | Hits:

[Graph Drawing1546

Description: 用Canny算子提取边缘,用vc编写的,编译通过。人人为我,我为人人。-Extracted by Canny edge operator, using vc prepared, compiled through. Were man-made, I for all.
Platform: | Size: 107520 | Author: zhangfan | Hits:

[Software Engineeringcanny

Description: canny在MIT的硕士论文和报告,最经典的边缘检测论文,图像处理必备-canny master s thesis at MIT and reporting, the most classic paper edge detection, image processing must
Platform: | Size: 11117568 | Author: cl | Hits:

[Special EffectsEdgeDetection

Description: 用matlab做的一个边缘侦测,包含Sobel,Prewitt,Roberts,Marr,Canny算子的边缘侦测程序.-Using matlab to do an edge detection, including Sobel, Prewitt, Roberts, Marr, Canny edge detection operator procedures.
Platform: | Size: 19456 | Author: Johnson Huang | Hits:

[Graph programCanny

Description: 采用canny 算子进行图像边缘检测的c++ 代码-Operators using canny edge detection image c++ Code
Platform: | Size: 150528 | Author: 范一峰 | Hits:

[Special EffectsCanny

Description: vc++实现数字图象处理3:图象处理Cannny算子进行图象的边缘检测-vc++ realization of digital image processing 3: image processing operator Cannny image edge detection
Platform: | Size: 3501056 | Author: fanchao | Hits:

[Graph RecognizeCanny

Description: 对图象进行边缘检测。首先对图像进行高斯虑波,减少噪声的干扰,然后求图像的梯度,进行非最大值抑制-Of image edge detection. First, consider Gaussian wave images to reduce noise, and then for the image gradient, non-maximum suppression
Platform: | Size: 3011584 | Author: 赵笑可 | Hits:

[Special EffectsCanny

Description: 实现canny边缘检测,能够比较精确的检测出图像的边缘-The realization of canny edge detection, can be more precise to detect the image edge
Platform: | Size: 4206592 | Author: 曾国卿 | Hits:

[Special Effectsenge

Description: 边缘检测 prewitt kirsch Canny 几种边缘提取方法-Prewitt kirsch Canny edge detection of several edge detection methods
Platform: | Size: 2851840 | Author: 扬扬 | Hits:

[Graph Recognizeprint_recognition_src

Description: 一个用C++编写的指纹识别程序源码,其中包括canny边缘检测和基于特征的指纹识别-One with C++ Prepared source fingerprint identification procedures, including the canny edge detection and feature-based fingerprint recognition
Platform: | Size: 49152 | Author: 征征 | Hits:

[Special Effectsdemo

Description: 从磁盘中打开一数字图像,进行Canny边缘提取,然后提取图像中央的兴趣区域(ROI),对ROI进行灰度归一化(传统灰度归一化与截面灰度归一化)。-From the disk to open one digital image, the Canny edge detection, and then extract the image the central region of interest (ROI), on the ROI for gray-scale normalized (traditional gray-scale normalized with the cross-section normalized gray).
Platform: | Size: 3751936 | Author: wenye | Hits:

[Special EffectsCannyEdgeDetect

Description: 利用canny算子进行边缘检测的源代码,比较简单,已经检测,适合初学者学习之用。-Using canny edge detection operator to the source code is relatively simple, has been detected, suitable for beginners learning.
Platform: | Size: 360448 | Author: 小林 | Hits:

[Special EffectsCanny

Description: 用Canny算子提取边缘,在C平台上实现的。通过调试,可以运行-Extracted by Canny edge operator, in the C platform achievable. Through the debugging, you can run
Platform: | Size: 87040 | Author: TS | Hits:

[Special Effectsedge

Description: 用Prewitt算子检测图像的边缘,用不同σ值的LoG算子检测图像的边缘,用Canny算子检测图像的边缘-Prewitt operator with the image edge detection, using a different σ value Log Operators image edge detection using Canny edge detection image edge
Platform: | Size: 1024 | Author: 朋友 | Hits:

[Special Effectsimgapp

Description: 边缘检测是数字图象处理、图象分析和识别领域中的重要课题。近年来,由于彩色图象的广泛应用,使彩色数字图象处理技术日益收到关注,彩色图象边缘检测是在众多的彩色图象处理中极为重要的方法,这是因为图象分割、识别等大量的高层次彩色图象处理均建立在低层次边缘检测的基础上。本实验是将彩色RGB图象首先转换为灰度图象,然后利用经典的边缘检测算Canny算子来实现边缘检测,然后再统计出边界方向的直方图。-Edge detection is a digital image processing, image analysis and identification of important issues in the field. In recent years, due to the extensive application of color images, so color digital image processing technology increasingly received attention, color image edge detection in color image processing a large number of extremely important ways, this is because the image segmentation, identification such a large number of high-level color image processing are built on low-level edge detection based on. This experiment is the first color RGB image is converted to grayscale images, and then use the classical Canny edge detector operator to realize edge detection, and then the statistics of the histogram of the direction of the border.
Platform: | Size: 8410112 | Author: 周倩 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net